* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif
}

html body {
	width: 100%;
	height: 100%;
}

input {
	background: none;
	color: #333;
}

a {
	text-decoration: none;
	color: #333
}

input,
textarea,
select,
button,
a:focus {
	outline: none
}

ul li {
	list-style: none
}

.none {
	display: none
}

.left {
	float: left
}

.right {
	float: right
}

.clearfix {
	clear: both;
	overflow: hidden
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text_center {
	text-align: center;
}

.dsp_flex {
	display: flex;
}

.dsp_blk {
	display: block;
}

.mrg_t10 {
	margin-top: 10px !important;
}

.wrap_w {
	width: 1500px;
	margin: 0 auto;
}

.top_header {
	justify-content: space-between;
}

.top_logo {
	width: 790px;
	height: 120px;
	margin: 20px 0 20px 10px;
}

.top_logo1 {
	width: 1000px;
	height: 120px;
	margin: 10px 0 0 10px;
}

.top_logo img,.top_logo1 img {
	width: 100%;
}

.top_search {
	width: 320px;
	height: 50px;
	border: 1px solid #003f89;
	margin: 54px 20px 54px 0;
}

input.top_input,
button.top_button {
	height: 50px;
	line-height: 50px;
	border: none;
	font-size: 16px;
}

input.top_input {
	width: 240px;
	padding: 0 0 0 10px;
	background-color: #fff;
}

button.top_button {
	width: 70px;
	background-color: #003f89;
	color: #fff;
}

.top_nav {
	background-color: #003f89;
	height: 50px;
}

.top_nav_ul {
	height: 50px;
	justify-content: space-between;
}

.top_nav_li {
	width: 10%;
	line-height: 50px;
	position: relative;
}

.top_nav_li>a {
	color: #fff;
	font-size: 18px;
}

.top_nav_li:hover>a {
	background-color: #eee;
	line-height: 48px;
	margin: 2px 0 0;
	color: #003f89;
	font-weight: 600;
}

.sub_nav_ul {
	display: none;
	position: absolute;
	background: #fff;
	border-left: 1px solid #003f89;
	border-right: 1px solid #003f89;
	border-bottom: 1px solid #003f89;
	left: -1px;
	top: 50px;
	width: calc(100% - 10px);
	padding: 5px;
	text-align: center;
	z-index: 20;
}

.sub_nav_li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
}

.sub_nav_li:last-child {
	border: none;
}

.sub_nav_li>a {
	color: #003f89;
	font-size: 16px;
	line-height: 30px;
}

.sub_nav_li:hover {
	background-color: #eee;
}

.sub_nav_li:hover>a {
	color: #003f89;
	font-weight: 600;
}

.links_wrap {
	flex-wrap: wrap;
}

.link_tit,
.link_cols {
	line-height: 50px;
	font-size: 16px;
}

.link_nav,
.link_items {
	width: 100%;
}

.link_tit {
	color: #003f89;
	font-weight: 600;
}

.link_cols_ul {}

.link_cols_li {
	margin: 0 0 0 30px;
	cursor: pointer;
}

.link_cols_li,
.link_cols_li a {
	color: #333;
}

.link_current {
	padding: 0 10px;
	background-color: #003f89;
	color: #fff;
	border-radius: 10px;
	position: relative;
}

.link_current::before {
	content: '';
	position: absolute;
	top: 50px;
	left:calc(50% - 10px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #003f89;
}

.link_current a {
	color: #fff;
}

.link_items {
	border: 1px solid #d1d1d1;
	padding: 10px 20px 20px;
	font-size: 16px;
	margin-top: 10px;
}

.link_items_ul {
	width: 100%;
	flex-wrap: wrap;
}

.link_items_ul:not(:first-of-type) {
	display: none;
}

.link_items_li {
	margin: 10px 30px 0 0;
}

.link_items_li>a::before {
	content: "·";
	color: #003f89;
	padding: 0 5px 0;
}

.copy_wrap {
	border-top: 1px solid #d1d1d1;
	background-color: #eee;
	padding: 15px 0;
}

.copy {
	line-height: 30px;
}

.copy,
.copy>a {
	font-size: 16px;
}